home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / mac / SVMM 2 / Village / ECOLE / IMPRIM / IMPRIM.DIR / 00016_Script_16 < prev    next >
Text File  |  1995-10-19  |  618b  |  44 lines

  1. on exitFrame
  2.   repeat with i = 1 to 12
  3.     illumine i,45
  4.   end repeat
  5.   repeat with i= 19 to 21
  6.     set the visible of sprite i to true
  7.   end repeat
  8.   --    outil
  9.   if the castnum of sprite 46 <> the number of cast 145 then
  10.     if sprite 45 intersects 3 then 
  11.       set  the castnum of sprite 46 to the number of cast "maind"
  12.     else if sprite 45 intersects 4 then
  13.       set  the castnum of sprite 46 to the number of cast "maing"
  14.     else
  15.       set  the castnum of sprite 46 to the number of cast "mainorm"
  16.     end if
  17.   end if
  18.   go to the frame
  19. end
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.